docs: openrouter and ollama easy desktop setup#4195
Merged
dianed-square merged 3 commits intomainfrom Aug 19, 2025
Merged
Conversation
Contributor
|
blackgirlbytes
requested changes
Aug 19, 2025
| @@ -0,0 +1,46 @@ | |||
| import React from "react"; | |||
Contributor
There was a problem hiding this comment.
hmm thanks for adding these. interesting pattern/different pattern than im used to.
So we're already in a components folder, which to my understanding is the equivalent of constants. we may want to put each of these in their own separate file..and import them that way.
For example:
src/components/DesktopProviderSetup.js and it would only have the desktop provider component
or
src/components/ModelSelectionTip.js
| </Tabs> | ||
| </TabItem> | ||
|
|
||
| <TabItem value="linux" label="Linux" default> |
blackgirlbytes
approved these changes
Aug 19, 2025
ayax79
pushed a commit
to ayax79/goose
that referenced
this pull request
Aug 21, 2025
Signed-off-by: Jack Wright <jack.wright@nike.com>
michaelneale
added a commit
that referenced
this pull request
Aug 21, 2025
* main: docs: add figma tutorial (#4231) Add Nix flake for reproducible builds (#4213) Enhanced onboarding page visual design (#4156) feat: adds mtls to all providers (#2794) (#2799) Don't show a confirm dialog for quitting (#4225) Fix: Missing smart_approve in CLI /mode help text and error message (#4132) Clean up langfuse docs and scripts (#4220) feat: add remark-breaks plugin to preserve single newlines in markdown (#4217) feat(mcp/developer): accept -1 for insert_line number (#4112) Remove dead code and old settings migration (#4180) removed tests from lint-staged (#4203) docs: openrouter and ollama easy desktop setup (#4195) Custom providers update (#4099) docs: goose_terminal env var (#4205) Desktop alerts when suspicious unicode characters found in Recipe (#4080) chore: remove the google drive built-in extension (#4187) Move out app init (#4185)
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR documents the new OpenRouter and Ollama onboarding options on first launch.
Documentation updates:
documentation/docs/getting-started/installation.mdanddocumentation/docs/quickstart.md:documentation/docs/getting-started/providers.md:documentation/src/components/Constants.js:documentation/src/components/LinuxDesktopInstallButtons.js:documentation/docs/assets/guides/set-up-provider-ui.png: Deleted obsolete image